buildconfigs/src.git-clone: use git clone, avoid git remote
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 18 Jun 2009 14:32:48 +0000 (15:32 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 18 Jun 2009 14:32:48 +0000 (15:32 +0100)
commite88a10e8c7cbeda42c18859427dae29470174ce1
tree1014ddfc872e3e2e39a8d63f0e9a75bc487adc16
parentb90fe59f0c6725158f38778f9005c7908a627211
buildconfigs/src.git-clone: use git clone, avoid git remote

git 1.4.x (which is on even some moderately recent systems) doesn't
have the `git remote' command.  This is what caused the most recent
patchman build failure.

The machinery in buildconfigs/src.git-clone was rather more
complicated than needed, too.  In this patch I replace this with a
similar set of runes to those used for ioemu-remote (almost identical
except that the QEMU_TAG feature is not supported in this instance).

I have done a successful test build with this change.

Cc: Ian Campbell <Ian.Campbell@eu.citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
buildconfigs/mk.linux-2.6-pvops
buildconfigs/mk.linux-2.6-tip-latest
buildconfigs/src.git-clone